Auto merge of #3007 - whitequark:opt-level-s, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 18 Aug 2016 15:06:09 +0000 (08:06 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2016 15:06:09 +0000 (08:06 -0700)
Allow using opt-level="s"/"z" in profile overrides

Initially, I've considered making a dedicated `OptLevel` enum, but this appeared to bring no practical benefit, only boilerplate, so I've used a String instead, which is also in line with the `u32` that was there before, not even checked for being in range `0...3`.


Trivial merge